feat: brownie#172
Merged
Merged
Conversation
904b43c to
8cb5397
Compare
|
Hi! Great merge request. If I’m not mistaken, this introduces a new library for synchronizing the store between React Native and Native, right? |
Contributor
Author
|
Hey @whydidoo yes it does! We are planning to roll out beta of this new library soon |
5370ace to
4293793
Compare
|
@okwasniewski Thanks for your answer. That’s good to hear. We have a similar prototype in our project. |
608ab8b to
e1a6046
Compare
e1a6046 to
2312ec2
Compare
feat: move to separate package feat: improve cli feat: improve plan and remaining todos feat: handle multiple stores feat: add tests for the cli feat: make DX of defining your store better feat: make hook work like useState feat: wip rewrite to shared cxx layer feat: improve swift api fix: use built-in folly methods feat: update the plan with re-render optimizations fix: sync yarn.lock fix: temporairly disable Android feat: check-in generated code feat: move store plan to ArchitecturePlan feat: move installed to separate class
2312ec2 to
7b302b8
Compare
7b302b8 to
ae76737
Compare
artus9033
approved these changes
Jan 9, 2026
artus9033
left a comment
Collaborator
There was a problem hiding this comment.
LGTM after two comments!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
This PR implements brownie. A shared state management between React Native and native.